.home_tagline{
    min-height: max-content;
    margin: auto;
    width: 100vw;
    
      
    margin-top: -15px;
    margin-bottom: 15px;
    background-image: linear-gradient(rgba(3, 22, 16, 0.452),rgba(4, 22, 16, 0.432)), url(image/home_10/katwakemboy_home_main.JPG);
    background-repeat:repeat;
    background-size:contain;
    background-position: center;

}

.opening_tagline{
    display: flex;
    flex-direction: column;
    padding: 30px 25px;
    height: 500px;
    margin: auto;
}

.description_home{
    background-color:rgba(71, 61, 139, 0);
    padding: 0px; 
    margin: auto;
   
}

.description_home p{
    color: #f8f7f7d8;
    font-family: "poppins";
    font-size: larger;
}

.description_home h3{
    color: #f8f7f7c1;
    font-family: "poppins";

}

.buttons_home{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: auto;
    justify-content: center;
    width: 80vw;
    padding: 20px;
}

.appointment_button{
    color: #e9eaee;
    background-color: rgba(2, 62, 97, 0.39);
    min-height: max-content;
    padding: 10px;
    width: max-content;
    border-radius: 30px;
    font-size: 18px;
    border: 10px 10px solid rgba(1, 43, 66, 0.945);
    transition-duration: 0.1s;   
}

.appointment_button:hover{
    background-color: rgba(1, 46, 71, 0.911);
    color: rgba(174, 197, 42, 0.856);   
}


@media screen and (max-width: 768px) {


    .opening_tagline{
        height: max-content;
        padding: 30px 0px;
        height: 85vh;
    }

    .description_home{
        padding: 20px 10px; 
        margin-top: 0px;
    }

    .description_home p{
        font-size: medium;
    }

    .appointment_button{
        min-height: max-content;
        width: 100%;
        font-size: 16px;
        padding: 10px;
    }

    .buttons_home{
        flex-direction: column;
    }
}

.img-mission-1{
    height: 30vw;
    width: 20vw;
    object-fit: cover;
    object-position: 25% 30%;
}

.img-mission-2{
    height: 15vw;
    width: 15vw;
    object-fit: cover;
    object-position: 25% 30%;

}

.about-2{
    width: 45vw;
}



@media (max-width: 1000px) {

    .img-mission-2{
        height: 25vw;
        width: 30vw;
        object-fit: cover;
        object-position: 25% 30%;
    
    }


    .img-mission-1{
        height: 35vw;
        width: 50vw;

    }

    .about-2{
        width: 98vw;
    }

}